You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysis: CVE-2026-40612:
Minor modification done. Added extra closed brackets () after try in jq.test file to avoid syntax errors caused due to version differences.
time="2026-05-13T06:30:40Z" level=debug msg="Test #453:jq: error: syntax error, unexpected as (Unix shell quoting issues?) at <top-level>, line 1:"
time="2026-05-13T06:30:40Z" level=debug msg="try (reduce range(10001) as $_ ([]; [.]) as $x | $x | contains($x)) catch . "
time="2026-05-13T06:30:40Z" level=debug msg="jq: 1 compile error"
time="2026-05-13T06:30:40Z" level=debug msg=" 'try [\"ok\", setpath([1]; 1)] catch [\"ko\", .]' at line number 2142"
CVE-2026-41256:
AI patch matches with upstream patch.
CVE-2026-41257:
AI patch matches with upstream patch.
CVE-2026-43896:
Added extra closed brackets () after try in jq.test file to avoid syntax errors caused due to version differences.
time="2026-05-13T09:03:13Z" level=debug msg="Test #453:jq: error: syntax error, unexpected as, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:"
time="2026-05-13T09:03:13Z" level=debug msg="reduce range(10000) as $_ ({}; {a: .}) as $x | $x * $x | length "
time="2026-05-13T09:03:13Z" level=debug msg="jq: 1 compile error"
time="2026-05-13T09:03:13Z" level=debug msg="jq: error: syntax error, unexpected as (Unix shell quoting issues?) at <top-level>, line 1:"
time="2026-05-13T09:03:13Z" level=debug msg="try (reduce range(10001) as $_ ({}; {a: .}) as $x | $x * $x) catch . "
time="2026-05-13T09:03:13Z" level=debug msg="jq: 1 compile error"
time="2026-05-13T09:03:13Z" level=debug msg=" 'try [\"ok\", setpath([1]; 1)] catch [\"ko\", .]' at line number 2142"
time="2026-05-13T09:03:13Z" level=debug msg="Test #457: 'try ((reduce range(10001) as $_ ([]; [.])) as $x | $x | contains($x)) catch .' at line number 2164"
time="2026-05-13T09:03:13Z" level=debug msg="Test #458: 'reduce range(10000) as $_ ({}; {a: .}) as $x | $x * $x | length' at line number 2169"
time="2026-05-13T09:03:13Z" level=debug msg="*** Test program failed to compile at line 2169: reduce range(10000) as $_ ({}; {a: .}) as $x | $x * $x | length"
time="2026-05-13T09:03:13Z" level=debug msg="Test #459: 'try (reduce range(10001) as $_ ({}; {a: .}) as $x | $x * $x) catch .' at line number 2173"
time="2026-05-13T09:03:13Z" level=debug msg="*** Test program failed to compile at line 2173: try (reduce range(10001) as $_ ({}; {a: .}) as $x | $x * $x) catch ."
time="2026-05-13T09:03:13Z" level=debug msg="457 of 459 tests passed (2 malformed, 0 skipped)"
time="2026-05-13T09:03:13Z" level=debug msg="FAIL tests/jqtest (exit status: 1)"
CVE-2026-43896:
Excluded patching for the file src/parse.c. Since parser.c is a autogenerated C code, cannot be patched manually. So, generated it by using --enable-maintainer-mode configure option in spec file. Makefile.am
Rest all changes matches with upstream.
CVE-2026-44777:
Patch matches with upstream patch. Slight variation in deleted lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto Patch jq for CVE-2026-43896, CVE-2026-43895, CVE-2026-41257, CVE-2026-41256, CVE-2026-40612, CVE-2026-44777.
Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1116141&view=results
Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1116950&view=results
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
What does the PR accomplish, why was it needed?
Change Log
Does this affect the toolchain?
YES/NO
Associated issues
Links to CVEs
Test Methodology